Soby Web Components

This example demonstrates how to use Soby Item Selection as single selection.
Setting item selector "AllowMultipleSelections" property as false will make it work as single selection.

itemSelection = new soby_ItemSelection("#soby_BooksDiv", "Meters", SobyItemSelectorTypes.GridView, autoCompleteBookDataService, advancedSearchBookDataService, "No record", "BookSelectionDialog", "/Management/CustomerSelection.html", "Id", "Title"); 
            itemSelection.AllowMultipleSelections = false;
            itemSelection.Initialize();
        

View source
Want to learn more about the item selection component? Check out the API documentation.